home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / script-13 < prev    next >
Encoding:
Text File  |  1992-08-27  |  106 b   |  4 lines

  1. define view toyemp (emp.name, emp.age, emp.location, annualsal = 12*emp.salary)
  2. where emp.dept = "toy"
  3. \p
  4.